home *** CD-ROM | disk | FTP | other *** search
- //========================================================================================
- //
- // Ex-raw.rc - Generic EDL export module resourse file.
- //
- // Part of the Adobe Premiere 4.2 Plug-in Developer's Toolkit.
- //
- // Copyright ⌐ 1993-96, Adobe Systems Incorporated, all rights reserved worldwide.
- //
- //========================================================================================
-
- #include <windows.h>
- #include "Fourcc.h"
- #include "Premiere.h"
-
-
- 1000 TYPE DISCARDABLE
- BEGIN
- 0x0000,
- ExpMtype,
- END
-
- 1000 TEXT DISCARDABLE
- BEGIN
- 0x0000,
- "&Demo EDL (SDK)\0"
- END
-
- STRINGTABLE
- BEGIN
- 10001, "Save Generic EDL as:\0"
- 10002, ".EDL\0"
- 10101, "None\0"
- 10102, "Chroma\0"
- 10103, "RGB_Difference\0"
- 10104, "Luminance\0"
- 10105, "Alpha Channel\0"
- 10106, "Black Matte\0"
- 10107, "White Matte\0"
- 10108, "Image Matte\0"
- 10109, "Difference Matte\0"
- 10110, "Blue Screen\0"
- 10111, "Green Screen\0"
- 10112, "Multiply\0"
- 10113, "Screen\0"
- 10114, "Track Matte\0"
- END
-
- 1000 EXvs DISCARDABLE
- BEGIN
- 0x0000,
- 0x0002
- END
-